projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4de364
)
(time-to-day-in-year): Fix docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 20 Apr 2004 16:38:08 +0000
(16:38 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 20 Apr 2004 16:38:08 +0000
(16:38 +0000)
lisp/calendar/time-date.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/time-date.el
b/lisp/calendar/time-date.el
index b36d5ab2f310532fa0d738d528924f60c26e3fb0..846231befe6134eccc3a3835af5cbbc0e49ee207 100644
(file)
--- a/
lisp/calendar/time-date.el
+++ b/
lisp/calendar/time-date.el
@@
-149,7
+149,7
@@
DATE1 and DATE2 should be date-time strings."
;;;###autoload
(defun time-to-day-in-year (time)
- "Return the day number within the year
of the date month/day/year
."
+ "Return the day number within the year
corresponding to TIME
."
(let* ((tim (decode-time time))
(month (nth 4 tim))
(day (nth 3 tim))